home *** CD-ROM | disk | FTP | other *** search
/ Ultra Gameplayers 101 / Ultra Game Players Magazine, No. 101 - September 1997 (Imagine Publishing, Inc.)(1997).iso / pc / new_ugp.dxr / 00341_Scripting Utilities.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  155 b   |  9 lines

  1. on default defvalue, passedvalue
  2.   if voidp(passedvalue) then
  3.     set curval to defvalue
  4.   else
  5.     set curval to passedvalue
  6.   end if
  7.   return curval
  8. end
  9.